home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kids Zoo 3D Dinosaur Adventure
/
Kids Zoo - 3-D Dinosaur Adventure (Knowledge Adventure)(Packard Bell)(170158).ISO
/
zzzwinst.bat
< prev
Wrap
DOS Batch File
|
1994-05-08
|
111b
|
10 lines
@echo off
if "%1" == "" goto error
if "%2" == "" goto error
%1
cd %2
zzzinst -W
goto end
:error
:end